LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

RegisterFeaturesCommandFactory<T>() Method







The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory interface.
Register a specific type to be created for a FeaturesFactory object with a new WorkstationContainer.
Syntax
public static void RegisterFeaturesCommandFactory<T>()
where T: IWorkstationFeaturesCommandFactory
'Declaration
 
Public Overloads Shared Sub RegisterFeaturesCommandFactory(Of T As IWorkstationFeaturesCommandFactory)() 
'Usage
 
WorkstationContainer.RegisterFeaturesCommandFactory(Of T)()
public static void RegisterFeaturesCommandFactory<T>()where T: IWorkstationFeaturesCommandFactory
 function Leadtools.Medical.Workstation.WorkstationContainer.RegisterFeaturesCommandFactory``1()()
public: static void RegisterFeaturesCommandFactory<T>(); 
where T: IWorkstationFeaturesCommandFactory
public:
static void RegisterFeaturesCommandFactorygeneric<typename T>
(); 
where T: IWorkstationFeaturesCommandFactory

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory interface.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.